GrapeCity Secure Mail for .NET 4.0J
Multipart コンストラクタ(String,String,FileInfo[],List<Attachment>)

後続のエンコード処理のために使用するパブリックコンストラクタ。
シンタックス
Public Function New( _
   ByVal text As String, _
   ByVal html As String, _
   ByVal htmlResources() As FileInfo, _
   ByVal attachments As List(Of Attachment) _
)
public Multipart( 
   string text,
   string html,
   FileInfo[] htmlResources,
   List<Attachment> attachments
)

パラメータ

text
html
htmlResources
attachments
解説
ContentType.MediaTypeは"multipart/mixed"に初期化されます。
参照

参照

Multipart クラス
Multipart メンバ
オーバーロード一覧

 

 


© 2003, GrapeCity inc. All rights reserved.